You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extract the contents of the downloaded archive to a folder of your choice.
Example: C:\User\testUser\azuredatastudio-python
Open a command prompt and navigate to the 0.0.1 folder in that location.
Run the installLocalPythonPackages.bat script in that folder, supplying the full path to the folder as an argument. Wait for the package installation to complete.
Example: installLocalPythonPackages.bat C:\User\testUser\azuredatastudio-python\0.0.1
In Azure Data Studio, run the Open Settings command from the command palette, and update the notebook.pythonPath user setting with the path to the folder selected in step 2.
Example: "notebook.pythonPath": "C:\User\testUser\azuredatastudio-python"
Azure Data Studio Version:1.5.1 insider
Steps to Reproduce:
C:\Users[username removed]\azuredatastudio-python
5 Get error message
Installing Notebook dependencies failed with error:
Error: self signed certificate in certificate chain
In location, there is a 0-byte file called python-3.6.6-win-x64-0.0.1.zip
This is probably down to the security( as works laptop without access to local admin) needs a workaround to install from exe
The text was updated successfully, but these errors were encountered: